home *** CD-ROM | disk | FTP | other *** search
- property TheFirstTimeThrough
-
- on new me
- return me
- end
-
- on beginSprite me
- TheFirstTimeThrough = 1
- end
-
- on prepareFrame me
- if TheFirstTimeThrough = 1 then
- set the memberNum of sprite 120 to the number of member "Contest.mov"
- set the rect of sprite 120 to rect(0, 285, 240, 480)
- vis(111)
- set the locH of sprite 113 to 179
- set the locV of sprite 113 to 261
- set the locH of sprite 114 to 196
- set the locV of sprite 114 to 261
- TheFirstTimeThrough = 2
- sprite(120).movieSize = #Small
- else
- if TheFirstTimeThrough = 2 then
- sprite(120).volume = 255
- member(the memberNum of sprite 120).controller = 1
- vis(120)
- TheFirstTimeThrough = 3
- else
- if TheFirstTimeThrough = 3 then
- sprite(120).movieRate = 1
- TheFirstTimeThrough = 0
- end if
- end if
- end if
- end
-
- on endSprite me
- sprite(120).movieRate = 0
- devis(120)
- devis(112)
- devis(111)
- set the locH of sprite 113 to 177
- set the locV of sprite 113 to 470
- set the locH of sprite 114 to 194
- set the locV of sprite 114 to 470
- updateStage()
- sprite(120).movieTime = 0
- sprite(120).movieSize = #notPlaying
- set the memberNum of sprite 120 to the number of member "Intro.mov"
- member(the memberNum of sprite 120).controller = 0
- end
-